home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / TIMESTUF.HLP < prev    next >
Text File  |  1988-06-28  |  661b  |  26 lines

  1. \ TIMESTUF.HLP          More timing stuff
  2.  
  3. SEC-ELAPSED     ( --- N1 )
  4.         Return n1 the seconds that have elapsed since TIME-RESET.
  5.  
  6. 10TH-ELAPSED    ( --- N1 )
  7.         Return n1 the tenths of a second that have elapsed since
  8.         the last TIME-RESET was performed.
  9.  
  10. PAUSE-FUNC      ( --- )
  11.         A defered word to be set to a function that is to be
  12.         performed while waiting for timing to complete.
  13.  
  14. SECONDS         ( N1 --- )
  15.         Wait n1 seconds.
  16.  
  17. TENTHS          ( N1 --- )
  18.         wait n1 tenths of a second.
  19.  
  20. MINUTES         ( N1 --- )
  21.         wait n1 minutes.
  22.  
  23. HOURS           ( N1 --- )
  24.         wait n1 hours.
  25.  
  26.